home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / misc_pto / amaze7 / readme.bat < prev    next >
DOS Batch File  |  1988-08-16  |  295b  |  16 lines

  1. echo off
  2. cls
  3. if exist readme.txt goto run
  4. echo !! Error ... You must first default the system to the drive containing
  5. echo this diskette.  If drive-A, then type "A:" and press "Enter" key ...
  6. echo Then restart with "Readme"
  7. goto exit
  8. :run
  9. cls
  10. type readme.txt
  11. pause
  12. sigpld
  13. :exit
  14.  
  15.  
  16.